-
Notifications
You must be signed in to change notification settings - Fork 522
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4424 +/- ##
========================================
Coverage 72.04% 72.05%
========================================
Files 141 141
Lines 21631 21764 +133
========================================
+ Hits 15584 15681 +97
- Misses 5096 5131 +35
- Partials 951 952 +1
Continue to review full report at Codecov.
|
parts/k8s/addons/metrics-server.yaml
Outdated
@@ -130,6 +130,17 @@ spec: | |||
- /metrics-server | |||
- --kubelet-insecure-tls | |||
- --kubelet-preferred-address-types=InternalIP | |||
- --cert-dir=/tmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes back-compat to v0.3.7? (that's what all the k8s versions besides 1.22 are using)
I had tried unsuccessfully to update to 0.4.2 a while back, see: I notice you haven't made as many changes as I had (if I remember correctly I was moving over stuff from the upstream example yaml spec that wasn't in the aks-engine spec) |
Didn't notice you have an opening PR to upgrade metrics-server. Let me rebase this off your branch and test |
Well, except mine never worked. :) |
looks like we need
@jackfrancis do you know if it's okay to use this flag? |
I believe the deployment here has always had that flag. Ideally I believe you would generate cert using https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/ and then start the metric server with that cert |
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chewong, jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Just few days before the new release 😢 |
Signed-off-by: Ernest Wong chuwon@microsoft.com
Reason for Change:
Bump metrics-server to v0.4.4 for 1.22+ cluster to fix test failure in https://testgrid.k8s.io/sig-windows-master-release#aks-engine-windows-dockershim-serial-slow-master. Also reflecting changes introduced in https://github.com/kubernetes-sigs/metrics-server/pull/201/files.
Issue Fixed:
Credit Where Due:
Does this change contain code from or inspired by another project?
If "Yes," did you notify that project's maintainers and provide attribution?
Requirements:
Notes: